home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Networking / OT PAPServerSample / CompEnv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-06  |  170 b   |  11 lines  |  [TEXT/MPS ]

  1. #ifndef __COMPENV__
  2. #define __COMPENV__
  3.  
  4. #define ATG_UNUSED(x) (void)(*(char *)&x);
  5.  
  6. #ifndef NO_FREE_MPW_68K_QDGLOBALS
  7. #define NO_FREE_MPW_68K_QDGLOBALS 1
  8. #endif
  9.  
  10. #endif
  11.